home *** CD-ROM | disk | FTP | other *** search
- Path: news.iscm.ulst.ac.uk!news
- From: shauna@iscm.ulst.ac.uk (Shaunna McClintock)
- Newsgroups: comp.lang.c
- Subject: Help : Problems with Arrays of Arrays
- Date: 8 Mar 1996 09:30:44 GMT
- Organization: Interactive System Centre
- Message-ID: <4houo4$o7@niaomi.iscm.ulst.ac.uk>
- NNTP-Posting-Host: shauna.iscm.ulst.ac.uk
- X-Newsreader: WinVN 0.91.6
-
-
- Hi,
-
- I'm currently writing a program with a structure as follows:
-
- Pop is a structure composing of an int and an array of Chrom
- Chrom is a structure composing of an int and an array of Gene
- Gene is a structure
-
- I've problems in that if in Chrom.. Array of Gene > [3] and Array of
- Chrom > [30]...the program hangs.. i really need much larger arrays...
- i'm currently using borlandC on my PC.
-
- Do anyone have any ideas on how to solve this problem.. does C restrict
- its use of arrays of arrays....
-
- help.. any thoughts are appreciated
-
- Shaunna
-